[INFO] cloning repository https://github.com/huuff/mr-prober
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/huuff/mr-prober" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuuff%2Fmr-prober", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuuff%2Fmr-prober'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 73adafb952077f2d45fe9e6737427f208b9ec00c
[INFO] fixing huuff/mr-prober against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhuuff%2Fmr-prober" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/huuff/mr-prober
[INFO] finished tweaking git repo https://github.com/huuff/mr-prober
[INFO] tweaked toml for git repo https://github.com/huuff/mr-prober written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/huuff/mr-prober on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/huuff/mr-prober already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mockall_double v0.3.1
[INFO] [stderr]   Downloaded bytes v1.8.0
[INFO] [stderr]   Downloaded mockall_derive v0.13.1
[INFO] [stderr]   Downloaded impls v1.0.3
[INFO] [stderr]   Downloaded exponential-backoff v2.0.0
[INFO] [stderr]   Downloaded mockall v0.13.1
[INFO] [stderr]   Downloaded enclose v1.2.0
[INFO] [stderr]   Downloaded async-trait v0.1.83
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d
[INFO] running `Command { std: "docker" "start" "6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]    Compiling libc v0.2.162
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking fastrand v2.2.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking fragile v2.0.1
[INFO] [stderr]     Checking enclose v1.2.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking exponential-backoff v2.0.0
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling mockall_double v0.3.1
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking mr-prober v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: you need to select a runtime
[INFO] [stdout]   --> src/runtime.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |         compile_error!("you need to select a runtime");
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `tokio` in this scope
[INFO] [stdout]   --> src/auto/mod.rs:26:31
[INFO] [stdout]    |
[INFO] [stdout] 26 |     pub fn spawn(mut self) -> tokio::task::JoinHandle<()> {
[INFO] [stdout]    |                               ^^^^^ use of unresolved module or unlinked crate `tokio`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `tokio`, use `cargo add tokio` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `runtime`
[INFO] [stdout]  --> src/preconf.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{proc::Processor, runtime, store, Prober};
[INFO] [stdout]   |                              ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied
[INFO] [stdout]   --> src/store/file.rs:8:11
[INFO] [stdout]    |
[INFO] [stdout]  8 |     file: <RuntimeImpl as Runtime>::File,
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied in `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:12:66
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl<Sentinel: FileStorableSentinel> SentinelStore<Sentinel> for FileSentinelStore {
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: within `FileSentinelStore`, the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:7:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct FileSentinelStore {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `SentinelStore`
[INFO] [stdout]   --> src/store/mod.rs:10:1
[INFO] [stdout]    |
[INFO] [stdout] 10 | / pub trait SentinelStore<Sentinel> {
[INFO] [stdout] 11 | |     async fn current(&self) -> Result<Option<Sentinel>, DynErr>;
[INFO] [stdout] 12 | |     async fn commit(&mut self, sentinel: Sentinel) -> Result<(), DynErr>;
[INFO] [stdout] 13 | | }
[INFO] [stdout]    | |_^ required by this bound in `SentinelStore`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied
[INFO] [stdout]   --> src/store/file.rs:27:43
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub async fn open(file_path: &str) -> Result<Self, <RuntimeImpl as Runtime>::Err> {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied
[INFO] [stdout]   --> src/store/file.rs:29:13
[INFO] [stdout]    |
[INFO] [stdout] 29 |             file: RuntimeImpl::open_file(file_path).await?,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `open_file` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/store/file.rs:29:32
[INFO] [stdout]    |
[INFO] [stdout] 29 |             file: RuntimeImpl::open_file(file_path).await?,
[INFO] [stdout]    |                                ^^^^^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `open_file` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `open_file`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the `?` operator can only be used on `Result`s in an async function that returns `Result`
[INFO] [stdout]   --> src/store/file.rs:29:58
[INFO] [stdout]    |
[INFO] [stdout] 27 |       pub async fn open(file_path: &str) -> Result<Self, <RuntimeImpl as Runtime>::Err> {
[INFO] [stdout]    |  _______________________________________________________________________________________-
[INFO] [stdout] 28 | |         Ok(Self {
[INFO] [stdout] 29 | |             file: RuntimeImpl::open_file(file_path).await?,
[INFO] [stdout]    | |                                                          ^ this `?` produces `_`, which is incompatible with `Result<FileSentinelStore, _>`
[INFO] [stdout] 30 | |         })
[INFO] [stdout] 31 | |     }
[INFO] [stdout]    | |_____- this function returns a `Result`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied in `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:29:19
[INFO] [stdout]    |
[INFO] [stdout] 29 |             file: RuntimeImpl::open_file(file_path).await?,
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: within `FileSentinelStore`, the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:7:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct FileSentinelStore {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by an implicit `Sized` bound in `Result`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:557:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied in `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:28:12
[INFO] [stdout]    |
[INFO] [stdout] 28 |           Ok(Self {
[INFO] [stdout]    |  _________--_^
[INFO] [stdout]    | |         |
[INFO] [stdout]    | |         required by a bound introduced by this call
[INFO] [stdout] 29 | |             file: RuntimeImpl::open_file(file_path).await?,
[INFO] [stdout] 30 | |         })
[INFO] [stdout]    | |_________^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: within `FileSentinelStore`, the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:7:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct FileSentinelStore {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by a bound in `Ok`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:561:4
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied in `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:28:9
[INFO] [stdout]    |
[INFO] [stdout] 28 | /         Ok(Self {
[INFO] [stdout] 29 | |             file: RuntimeImpl::open_file(file_path).await?,
[INFO] [stdout] 30 | |         })
[INFO] [stdout]    | |__________^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: within `FileSentinelStore`, the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required because it appears within the type `FileSentinelStore`
[INFO] [stdout]   --> src/store/file.rs:7:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub struct FileSentinelStore {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: required by an implicit `Sized` bound in `Result`
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/core/src/result.rs:557:0
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `spawn` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/auto/mod.rs:27:22
[INFO] [stdout]    |
[INFO] [stdout] 27 |         RuntimeImpl::spawn(async move {
[INFO] [stdout]    |                      ^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `spawn` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `spawn`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/auto/mod.rs:33:42
[INFO] [stdout]    |
[INFO] [stdout] 33 | ...                   RuntimeImpl::sleep(secs.into()).await;
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `sleep` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `sleep`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/auto/mod.rs:38:61
[INFO] [stdout]    |
[INFO] [stdout] 38 | ...                   Some(delay) => RuntimeImpl::sleep(delay.as_secs()).await,
[INFO] [stdout]    |                                                   ^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `sleep` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `sleep`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/auto/mod.rs:50:42
[INFO] [stdout]    |
[INFO] [stdout] 50 | ...                   RuntimeImpl::sleep(secs.into()).await;
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `sleep` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `sleep`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/auto/mod.rs:61:50
[INFO] [stdout]    |
[INFO] [stdout] 61 | ...                   RuntimeImpl::sleep(delay_secs).await
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `sleep` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `sleep`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/auto/mod.rs:81:42
[INFO] [stdout]    |
[INFO] [stdout] 81 | ...                   RuntimeImpl::sleep(secs.into()).await;
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `sleep` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `sleep`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `sleep` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/auto/mod.rs:91:50
[INFO] [stdout]    |
[INFO] [stdout] 91 | ...                   RuntimeImpl::sleep(delay_secs).await
[INFO] [stdout]    |                                    ^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `sleep` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `sleep`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stdout] error[E0599]: no associated function or constant named `write_str` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/store/file.rs:14:25
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Ok(RuntimeImpl::write_str(&self.file, &sentinel.to_string()).await?)
[INFO] [stdout]    |                         ^^^^^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `write_str` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout]    = note: the following traits define an item `write_str`, perhaps you need to implement one of them:
[INFO] [stdout]            candidate #1: `Runtime`
[INFO] [stdout]            candidate #2: `Hasher`
[INFO] [stdout]            candidate #3: `std::fmt::Write`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied
[INFO] [stdout]   --> src/store/file.rs:14:36
[INFO] [stdout]    |
[INFO] [stdout] 14 |         Ok(RuntimeImpl::write_str(&self.file, &sentinel.to_string()).await?)
[INFO] [stdout]    |                                    ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no associated function or constant named `read_string` found for struct `RuntimeImpl` in the current scope
[INFO] [stdout]   --> src/store/file.rs:18:52
[INFO] [stdout]    |
[INFO] [stdout] 18 |         let current_sentinel_string = RuntimeImpl::read_string(&self.file).await?;
[INFO] [stdout]    |                                                    ^^^^^^^^^^^ associated function or constant not found in `RuntimeImpl`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ---------------------- associated function or constant `read_string` not found for this struct
[INFO] [stdout]    |
[INFO] [stdout]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stdout] note: `Runtime` defines an item `read_string`, perhaps you need to implement it
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `RuntimeImpl: Runtime` is not satisfied
[INFO] [stdout]   --> src/store/file.rs:18:65
[INFO] [stdout]    |
[INFO] [stdout] 18 |         let current_sentinel_string = RuntimeImpl::read_string(&self.file).await?;
[INFO] [stdout]    |                                                                 ^^^^^^^^^ unsatisfied trait bound
[INFO] [stdout]    |
[INFO] [stdout] help: the trait `Runtime` is not implemented for `RuntimeImpl`
[INFO] [stdout]   --> src/runtime.rs:24:1
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub struct RuntimeImpl;
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] help: this trait has no implementations, consider adding one
[INFO] [stdout]   --> src/runtime.rs:4:1
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub trait Runtime {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mr-prober` (lib) due to 22 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d", kill_on_drop: false }`
[INFO] [stdout] 6fc09fac2016fdd27814635bf35ae7450a2d7ab8d661e9e83abe471c4cee3f4d
